home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9976 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.4 KB  |  62 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.sprintlink.net!news1!ind-007-237-41
  3. From: dlmiller@iquest.net (Doug Miller)
  4. Subject: Re: Combinations and Permutations
  5. X-Nntp-Posting-Host: ind-007-237-41.iquest.net
  6. Message-ID: <Do9GpJ.Bsy@iquest.net>
  7. Sender: news@iquest.net (News Admin)
  8. Organization: IQuest Network Services
  9. X-Newsreader: News Xpress Version 1.0 Beta #2.1
  10. References: <4i1puh$g5s@bs33n.staffs.ac.uk> <Do5pGJ.5CD@iquest.net> <3145ABDB.574F@oc.com>
  11. Date: Thu, 14 Mar 1996 14:12:45 GMT
  12.  
  13. Larry Weiss <lfw@oc.com> wrote:
  14. +Xref: news1 comp.lang.c:70778
  15. +Path: news1!news.sprintlink.net!hk.gin.net!news.hk.net!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!newsfeeder.ust.hk!nntp.hk.super.net!news.duke.edu!news.mathworks.com!gatech!newsfeed.internetmci.com!in2.uu.net!psinntp!psinntp!psinntp!psinntp!csac.csac.com!news.crystalball.com!news
  16. +From: Larry Weiss <lfw@oc.com>
  17. +Newsgroups: comp.lang.c
  18. +Subject: Re: Combinations and Permutations
  19. +Date: Tue, 12 Mar 1996 10:52:43 -0600
  20. +Organization: crystalball.com
  21. +Lines: 24
  22. +Message-ID: <3145ABDB.574F@oc.com>
  23. +References: <4i1puh$g5s@bs33n.staffs.ac.uk> <Do5pGJ.5CD@iquest.net>
  24. +NNTP-Posting-Host: external.oc.com
  25. +Mime-Version: 1.0
  26. +Content-Type: text/plain; charset=us-ascii
  27. +Content-Transfer-Encoding: 7bit
  28. +X-Mailer: Mozilla 2.0 (Win16; I)
  29. +CC: lfw@oc.com
  30. +
  31. +Doug Miller wrote:
  32. +
  33. + >> Matt writes:
  34. + >> Does anyone know any c functions or code to calculate combinations and
  35. + >> permuations as found on many scientific calculators.
  36. +
  37. + > Sorry, Matt, you will have to write your own.  That's not part of the
  38. + > standard C library.
  39. +
  40. +Doug, it's obvious that Matt knows that these functions are not part of
  41. +the standard library.   Matt is trying to find some reuseable code to bootstrap
  42. +his implementation.
  43. +
  44. +Matt, Doug may be trying to say that you will find more satisfaction if
  45. +you post your request in a newsgroup that is more focussed to your specific
  46. +problem domain.   There are calculator specific newsgroups.   The way that
  47. +I find these groups is to use AltaVista
  48. +
  49. +      http://www.altavista.digital.com/
  50. +
  51. +to search "Usenet" (use the drop-down box to select "Usenet" ... the default is
  52. +"the Web") for your interest ("calculators", for example).  The search will return
  53. +all recent posts to Usenet that contained that term, and it will indicate
  54. +the name of the newsgroup for each post.
  55.  
  56. Larry, I think Matt is looking for someone to do his homework for him.  That's why I wasn't any
  57. more helpful.
  58.  
  59. Matt, if I'm wrong, I apologize.
  60.  
  61. -- Doug
  62.